fix small typo in error message when f/s isn't supported.
authorErez_Zadok <ezk@cs.sunysb.edu>
Mon, 10 Sep 2007 23:11:28 +0000 (19:11 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Mon, 10 Sep 2007 23:11:28 +0000 (19:11 -0400)
run-tests

index 8a834400125ae500e9b1cc0c9cf88abc02f799c3..513600f7fa8dc36e62bf3030c997a30588a36a5c 100755 (executable)
--- 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\a"
+       echo -e "\033[m\a"
        sleep 1
        exit 0
     done