From: Erez_Zadok Date: Mon, 10 Sep 2007 23:11:28 +0000 (-0400) Subject: fix small typo in error message when f/s isn't supported. X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=8323746ddf77a7465242a806f21b23706d233e5d;p=unionfs-regression.git fix small typo in error message when f/s isn't supported. --- diff --git a/run-tests b/run-tests index 8a83440..513600f 100755 --- a/run-tests +++ b/run-tests @@ -209,7 +209,7 @@ function test_fs # else exit, ignoring unsupported file system echo -e -n "\033[1;31m" echo -e -n "File system $fs is not supported in this kernel (`uname -r`)" - echo "\033[m" + echo -e "\033[m" sleep 1 exit 0 done