diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-14 13:57:01 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-14 13:57:01 +0100 |
commit | 4e192008ab7db2b7b9f157bba50f71a46e1a0cd9 (patch) | |
tree | f0b84a4ab0439ca9fcbe07a3d8ac82bd1c027392 /test/runtest | |
parent | 4233fe0a33ed8dba34764472af7ac224321cb53d (diff) |
Testsuite: (named queues) add testcase for 3rd-party queue transfer
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index b4c66840a..e2ce876f0 100755 --- a/test/runtest +++ b/test/runtest @@ -1969,7 +1969,7 @@ if (/^sleep\s+(.*)$/) # Various Unix management commands are recognized if (/^(ln|ls|du|mkdir|mkfifo|touch|cp|cat)\s/ || - /^sudo\s(rmdir|rm|chown|chmod)\s/) + /^sudo\s(rmdir|rm|mv|chown|chmod)\s/) { run_system("$_ >>test-stdout 2>>test-stderr"); return 1; |