exec_cmd: remove unused extern
[git/dscho.git] / t / t0061-run-command.sh
blob10b26e4d8ef3ea7b6b9b2ae7aeebbbae1ee46703
1 #!/bin/sh
3 # Copyright (c) 2009 Ilari Liusvaara
6 test_description='Test run command'
8 . ./test-lib.sh
10 test_expect_success 'start_command reports ENOENT' '
11 test-run-command start-command-ENOENT ./does-not-exist
14 test_done