diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-08-28 12:00:57 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-08-28 12:00:57 +0200 |
commit | 88be391791cd77312f19816904ced54d308dd706 (patch) | |
tree | b6703fffb3b4e30da8bcf2470587a31ab2c0b032 /test/integration/framework | |
parent | 4e5e7371044be194c545dc31c8a1d03ed1b659b4 (diff) | |
parent | d7bc74a4e44c4ff97e70f15e19f86761687f2ca5 (diff) |
merged from the debian-sid branch
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 2d6ada117..da85d2332 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -736,6 +736,11 @@ testfileequal() { fi } +testempty() { + msgtest "Test for no output of" "$*" + test -z "$($* 2>&1)" && msgpass || msgfail +} + testequal() { local COMPAREFILE=$(mktemp) addtrap "rm $COMPAREFILE;" |