Sign in
googlers
/
jrn
/
git
/
8d676d85f772ce3a100b6f0dddd1c34a7e4313cf
/
.
/
t
/
t0061-run-command.sh
blob: 10b26e4d8ef3ea7b6b9b2ae7aeebbbae1ee46703 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Copyright (c) 2009 Ilari Liusvaara
#
test_description
=
'Test run command'
.
./
test
-
lib
.
sh
test_expect_success
'start_command reports ENOENT'
'
test-run-command start-command-ENOENT ./does-not-exist
'
test_done