summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-23 10:26:09 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-23 10:26:09 +0200
commit76057206e0adab19078d0c949652c500a2a80333 (patch)
tree787afef2ed5b77514383ef235eab5c579145112d /test
parent8c635f874bfdfd5225c4320083ced5c899ecf52b (diff)
downloadacl-76057206e0adab19078d0c949652c500a2a80333.tar.gz
Fix otherwise harmless syntax errors in the root and nfs tests
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index a15e9e4..2b279e0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -38,10 +38,10 @@ $(TESTS):
@echo "*** $@ ***"; perl run $@
$(NFS):
- @echo "NFS specific tests"; @echo "*** $@ ***"; perl run $@
+ @echo "NFS specific tests"; echo "*** $@ ***"; perl run $@
$(ROOT):
- @echo "Note: Tests must run as root"; @echo "*** $@ ***"; perl run $@
+ @echo "Note: Tests must run as root"; echo "*** $@ ***"; perl run $@
.PHONY: $(TESTS) $(NFS) $(ROOT)
.NOTPARALLEL: