diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-06 15:42:06 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-06 15:45:32 +0000 |
commit | 64810140a1ce333ca309b3b822b5b9d9ade505a6 (patch) | |
tree | eab4200d9a7b5f994a97ce2452fa572d6e14af44 | |
parent | a6bff4a7428b9539d85618e3c91fcb60be93f3fa (diff) |
test-execute: don't use /usr/bin/uname. use sh and PATH
-rw-r--r-- | test/test-execute/exec-systemcallerrornumber.service | 2 |
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 |