]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix old stuff in Makefile
authorKern Sibbald <kern@sibbald.com>
Fri, 11 Dec 2009 17:11:04 +0000 (18:11 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 11 Dec 2009 17:11:04 +0000 (18:11 +0100)
regress/Makefile

index 7cd8d895a385d0bb10f9bcfbdb0bfc164f260fcf..983b0147d24e171160d829bbbebf76fce1fa931c 100644 (file)
@@ -35,13 +35,13 @@ sed:
        echo "Doing: scripts/do_sed"
        scripts/do_sed
 
-# Run all non-root userid tests
+# Run all disk tests
 test: 
-       ./all-non-root-tests
+       ./all-disk-tests
 
-# run all file and tape tests
+# run all tape and disk tests
 full_test:
-       ./all-tape-and-file-tests
+       ./all-tape-and-disk-tests
 
 # These tests require you to run as root
 root_test: