diff options
author | Wilhelm Pflueger <Wilhelm.Pflueger@web.de> | 2011-02-20 01:57:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-22 12:48:27 +0000 |
commit | c6d9c4fe83c98bf9d5ce7cb2a192316302f13e7c (patch) | |
tree | a33ffe024bda5aea835b440b3ae4675d9344e839 /sal/qa/osl/process/batch.sh | |
parent | 84999a62ff2e240f4e44184d83e147d42e645b6c (diff) |
EasyHacks: Re-animate tests in sal/qa/osl
Some tests in osl_process are not running:
a) the batch file for the batch test is not copied to the
execution path
b) osl_execProc_exe_name_in_argument_list() throws an assertion.
Diffstat (limited to 'sal/qa/osl/process/batch.sh')
-rwxr-xr-x | sal/qa/osl/process/batch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/qa/osl/process/batch.sh b/sal/qa/osl/process/batch.sh new file mode 100755 index 000000000000..fd3828c6ae42 --- /dev/null +++ b/sal/qa/osl/process/batch.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo "Hello world"
\ No newline at end of file |