summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-10 21:20:17 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-10 21:20:17 +0100
commitcd21f5e5fcbbad23360387103829dbcc58347eb4 (patch)
tree3f959ef989b9a75870605ee6121b261a3cbafdf6 /tests/daemon
parent6ad1ef901b7a07bc8b070e64c4bf5e53f708cb7b (diff)
downloadwolfbones-cd21f5e5fcbbad23360387103829dbcc58347eb4.tar.gz
wolfbones-cd21f5e5fcbbad23360387103829dbcc58347eb4.tar.bz2
added PS_ALL varable for testd testing with fakeroot
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/daemon/GNUmakefile b/tests/daemon/GNUmakefile
index 6a4dba7..624a4fb 100644
--- a/tests/daemon/GNUmakefile
+++ b/tests/daemon/GNUmakefile
@@ -40,7 +40,7 @@ local_test:
sleep 3 && \
ls -altr /tmp/testd* && \
cat /tmp/testd.pid
- -@ps -alef | grep testd | grep -v grep
+ -@$(PS_ALL) | grep testd | grep -v grep
@sleep 1
@pkill testd
-@ls -altr /tmp/testd.pid