diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-10-09 05:31:37 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-10-09 05:31:37 +0000 |
| commit | 6bc39031ef77354953ae2bf58d139379bc8f5c5e (patch) | |
| tree | 2b932ab6d6f661a241a086fa68a864bba7b8e4af /tools | |
| parent | cab68f571e1999f55d9c7a57db2a86acd1880736 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/execve/execve.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/execve/execve.t b/tools/regression/execve/execve.t index 021987d5990a..dafb52c7a46e 100644 --- a/tools/regression/execve/execve.t +++ b/tools/regression/execve/execve.t @@ -9,11 +9,11 @@ make >/dev/null 2>&1 tests="test-empty test-nonexist test-nonexistshell \ test-devnullscript test-badinterplen test-goodscript \ test-scriptarg test-scriptarg-nospace test-goodaout \ - test-truncaout" + test-truncaout test-sparceaout" n=0 -echo "1..10" +echo "1..11" for atest in ${tests} do |
