diff options
author | dgp <dgp@users.sourceforge.net> | 2023-03-24 16:49:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2023-03-24 16:49:17 (GMT) |
commit | de08e1a14305a937cfb08f1f958c25732f53e133 (patch) | |
tree | bc1b5b2a1b315426413ba40d844ff678b29a7ed8 /tests/exec.test | |
parent | b0a23df7d6a04013d6ee706f7c7a7f12b6d5b3ef (diff) | |
download | tcl-de08e1a14305a937cfb08f1f958c25732f53e133.zip tcl-de08e1a14305a937cfb08f1f958c25732f53e133.tar.gz tcl-de08e1a14305a937cfb08f1f958c25732f53e133.tar.bz2 |
duplicate test name
Diffstat (limited to 'tests/exec.test')
-rw-r--r-- | tests/exec.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exec.test b/tests/exec.test index 3e25360..eece5dc 100644 --- a/tests/exec.test +++ b/tests/exec.test @@ -437,7 +437,7 @@ close $f test exec-10.20.1 {errors in exec invocation} -constraints {unix exec notValgrind} -body { exec ~non_existent_user/foo/bar } -returnCodes error -result {couldn't execute "~non_existent_user/foo/bar": no such file or directory} -test exec-10.20.1 {errors in exec invocation} -constraints {win exec notValgrind} -body { +test exec-10.20.2 {errors in exec invocation} -constraints {win exec notValgrind} -body { exec ~non_existent_user/foo/bar } -returnCodes error -result {couldn't execute "~non_existent_user\foo\bar": no such file or directory} test exec-10.21.1 {errors in exec invocation} -constraints {unix exec notValgrind} -body { |