X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2FMakefile;h=7cd8d895a385d0bb10f9bcfbdb0bfc164f260fcf;hb=83c546fcc5c785606cee6a5e3e21b3117c9a2783;hp=d33f78c0cf190c6e1373e04541f68d03dd05995d;hpb=ec31394d480e5b00320556edc72ad3e4232c8db4;p=bacula%2Fbacula diff --git a/regress/Makefile b/regress/Makefile index d33f78c0cf..7cd8d895a3 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -49,8 +49,8 @@ root_test: clean: scripts/cleanup - rm -f /tmp/file-list - rm -fr tmp/* working/* + rm -f tmp/file-list + rm -fr tmp/* working/* Testing rm -f test.out rm -f diff rm -f 1 2 3 scripts/1 scripts/2 scripts/3 tests/1 tests/2 tests/3 @@ -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