diff options
Diffstat (limited to 'tests/misc/nohup')
-rwxr-xr-x | tests/misc/nohup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/nohup b/tests/misc/nohup index 9d3d76aa6..c7054c5f4 100755 --- a/tests/misc/nohup +++ b/tests/misc/nohup @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && nohup --version +print_ver_ nohup nohup sh -c 'echo stdout; echo stderr 1>&2' 2>err || fail=1 |