]> git.ipfire.org Git - thirdparty/git.git/blame - t/t0061-run-command.sh
i18n: avoid parenthesized string as array initializer
[thirdparty/git.git] / t / t0061-run-command.sh
CommitLineData
2b541bf8
JS
1#!/bin/sh
2#
3# Copyright (c) 2009 Ilari Liusvaara
4#
5
6test_description='Test run command'
7
8. ./test-lib.sh
9
10test_expect_success 'start_command reports ENOENT' '
11 test-run-command start-command-ENOENT ./does-not-exist
12'
13
14test_done