diff options
author | Ben Elliston <bje@gnu.org> | 2015-11-16 11:07:35 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2015-11-16 11:07:35 +1100 |
commit | 2bac1e0511dde0320e4a23593201994ebe742620 (patch) | |
tree | 3f887504c5d4a5ad122b5bec14df264c13a0d143 /testsuite | |
parent | 3dfc7ecf7903ebb8949eeee05e15839625f80c37 (diff) | |
download | dejagnu-2bac1e0511dde0320e4a23593201994ebe742620.tar.gz dejagnu-2bac1e0511dde0320e4a23593201994ebe742620.tar.bz2 dejagnu-2bac1e0511dde0320e4a23593201994ebe742620.zip |
* runtest.exp: Refer to "DejaGnu version", not "Framework
version" in --version output.
* testsuite/runtest.all/options.exp: Update test case.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/runtest.all/options.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest.all/options.exp b/testsuite/runtest.all/options.exp index 3d3a9c2..70870f1 100644 --- a/testsuite/runtest.all/options.exp +++ b/testsuite/runtest.all/options.exp @@ -48,7 +48,7 @@ set tests { { "--tool x" "Couldn't find tool init file" "Bad tool name" } { "--help" "USAGE:*" "Display help" } { "-v -v -v" "Verbose level is 3" "Verbose set correctly" } - { "-V" "Expect version is.*Tcl version is.*Framework version is*" "--version" } + { "-V" "DejaGnu version is.*Expect version is.*Tcl version is.*" "--version" } { "-v --target m68k-vxworks" "Target is m68k-vxworks" "--target option" } { "-v --host sparc-sun-sunos4.1.9" "Native configuration is sparc-sun-sunos4.1.9" "--host option" } { "-v -a" "Print all test output to screen" "--all option" } |