summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pacman/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/Makefile.am b/test/pacman/tests/Makefile.am
index 15720f9b..508534ac 100644
--- a/test/pacman/tests/Makefile.am
+++ b/test/pacman/tests/Makefile.am
@@ -18,7 +18,7 @@ edit = sed \
$(CONFTESTS): Makefile
@echo ' ' GEN $@;
- @rm -f $@ $@.tmp
+ @$(RM) $@ $@.tmp
@test -f $(srcdir)/$@.in && $(edit) $(srcdir)/$@.in >$@.tmp || true
@test -f $@.tmp || false
@chmod a-w $@.tmp