]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/Makefile.in
ebl fix runscript on director
[bacula/bacula] / regress / Makefile.in
index b1fc696d4fbead0d6c65485b104b32cdb18d09e1..be5940ace07dace9182b95d04cf75534f7ca9bb2 100644 (file)
@@ -53,11 +53,11 @@ root_test:
 clean:
        scripts/cleanup
        rm -f /tmp/file-list
-       rm -f tmp/* working/*
+       rm -fr tmp/* working/*
        rm -f test.out
        rm -f diff
        rm -f 1 2 3 scripts/1 scripts/2 scripts/3 tests/1 tests/2 tests/3
-       @find . -name .#* -exec $(RMF) {} \;
+       find . -name .#* -exec rm -rf {} \;
 
 # Reset our userid after running as root
 reset: