diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-10-24 04:08:48 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-24 08:39:31 +0200 |
commit | 235ecb6d75f00384b3f42f449c769340e13fbd0b (patch) | |
tree | a89b3857e57bc65ac2f028d4ea5eb32b76ba7b4b /test/TEST-07-ISSUE-1981 | |
parent | Merge pull request #13828 from keszybz/networkctl-print-wlan (diff) | |
download | systemd-235ecb6d75f00384b3f42f449c769340e13fbd0b.tar.xz systemd-235ecb6d75f00384b3f42f449c769340e13fbd0b.zip |
test: drop duplicated 's'
This fixes the following log message
```
Container TEST-07-ISSUE-1981 terminated by signal KILL.
E: test timed out after 30s s
```
Diffstat (limited to 'test/TEST-07-ISSUE-1981')
-rwxr-xr-x | test/TEST-07-ISSUE-1981/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-07-ISSUE-1981/test.sh b/test/TEST-07-ISSUE-1981/test.sh index 199b4f85a8..e72c11fd1b 100755 --- a/test/TEST-07-ISSUE-1981/test.sh +++ b/test/TEST-07-ISSUE-1981/test.sh @@ -5,7 +5,7 @@ TEST_NO_QEMU=1 . $TEST_BASE_DIR/test-functions -NSPAWN_TIMEOUT=30s +NSPAWN_TIMEOUT=30 test_setup() { create_empty_image_rootdir |