1#!/bin/sh
2#
3# Copyright (c) 2009 Ilari Liusvaara
4#
56
test_description='Test run command'
78
. ./test-lib.sh
910
test_expect_success 'start_command reports ENOENT' '
11test-run-command start-command-ENOENT ./does-not-exist
12'
1314
test_done