| Index: third_party/xdg-utils/tests/debug/t.extraout
|
| ===================================================================
|
| --- third_party/xdg-utils/tests/debug/t.extraout (revision 0)
|
| +++ third_party/xdg-utils/tests/debug/t.extraout (revision 0)
|
| @@ -0,0 +1,17 @@
|
| +#!/bin/bash
|
| +
|
| +. "$XDG_TEST_DIR/include/testassertions.sh"
|
| +. "$XDG_TEST_DIR/include/testcontrol.sh"
|
| +
|
| +test_extraout() {
|
| +test_start "$FUNCNAME: verify functionallity of assert_nostdout"
|
| +
|
| +test_procedure
|
| +
|
| +assert_exit 0 echo foobar
|
| +assert_nostdout
|
| +
|
| +test_result
|
| +}
|
| +
|
| +run_test test_extraout
|
|
|
| Property changes on: third_party/xdg-utils/tests/debug/t.extraout
|
| ___________________________________________________________________
|
| Name: svn:executable
|
| + *
|
|
|
|
|