]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/Makefile
Update
[bacula/bacula] / regress / Makefile
index d33f78c0cf190c6e1373e04541f68d03dd05995d..c7e575c37cb4c5ebdd9320c4c5fc02fab85c3363 100644 (file)
@@ -49,7 +49,7 @@ root_test:
 
 clean:
        scripts/cleanup
-       rm -f /tmp/file-list
+       rm -f tmp/file-list
        rm -fr tmp/* working/*
        rm -f test.out
        rm -f diff
@@ -60,7 +60,6 @@ clean:
 reset:
        chown -R ${USER}:${USER} . tmp working
        scripts/cleanup
-       rm -f /tmp/file-list tmp/file-list
        rm -f tmp/* working/*
 
 distclean: clean