Suppressed xterm error messages.

This commit is contained in:
Matias Barcenas 2017-08-27 15:10:53 -05:00
parent 084fd6ead3
commit 8a1ed66713
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ echo "[ XTerm Info ]"
echo "Version: `xterm -version`"
echo "Path: `ls -L $(which xterm)`"
echo -n "Test: "
if xterm -hold -fg "#FFFFFF" -bg "#000000" -title "XServer/XTerm Test" -e "echo \"XServer/XTerm test: close window to continue...\""
if xterm -hold -fg "#FFFFFF" -bg "#000000" -title "XServer/XTerm Test" -e "echo \"XServer/XTerm test: close window to continue...\"" &> /dev/null
then echo "XServer/XTerm success!"
else echo "XServer/XTerm failure!"
fi