summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-11-06 15:42:06 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-11-06 15:45:32 +0000
commit64810140a1ce333ca309b3b822b5b9d9ade505a6 (patch)
treeeab4200d9a7b5f994a97ce2452fa572d6e14af44 /test
parenta6bff4a7428b9539d85618e3c91fcb60be93f3fa (diff)
test-execute: don't use /usr/bin/uname. use sh and PATH
Diffstat (limited to 'test')
-rw-r--r--test/test-execute/exec-systemcallerrornumber.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-systemcallerrornumber.service b/test/test-execute/exec-systemcallerrornumber.service
index 255a8b231a..b11a952bd6 100644
--- a/test/test-execute/exec-systemcallerrornumber.service
+++ b/test/test-execute/exec-systemcallerrornumber.service
@@ -2,6 +2,6 @@
Description=Test for SystemCallErrorNumber
[Service]
-ExecStart=/usr/bin/uname -a
+ExecStart=/bin/sh -c 'uname -a'
SystemCallFilter=~uname
SystemCallErrorNumber=EACCES