~ubuntu-branches/ubuntu/hardy/gengetopt/hardy

« back to all changes in this revision

Viewing changes to tests/test_multiple.sh.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-01-29 14:55:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080129145540-bkah1bl330gpelmh
Tags: 2.22-1ubuntu1
* Merge with Debian; remaining changes:
  - Fix build failures with g++-4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# the next program must exit with error
4
4
 
5
 
if $* ./test_multiple -s \\\"foo\\\" -s "bar" -s "hello" --noarg-noshort -i 100 -n -i 200 -s "world" --no-short-opt "check" --no-short-opt "this out" --noarg --no-short-opt=first,second, --noarg-noshort --no-short-opt=third,fourth,fifth -n -M --optarg-noshort="second arg for optarg" -M"first arg for optarg" --optarg="second arg for optarg" --optarg-noshort --file-save="test_multiple.save" -L"1" --limited-interval="1" -L"2" -L"3" --limited-open-right="1","2","3"; then true; else false; fi
 
5
if $* ./test_multiple -s \\\"foo\\\" -s "bar" -s "hello" --noarg-noshort -i 100 -n -i 200 -s "world" --no-short-opt "check" --no-short-opt "this out" --noarg --no-short-opt=first,second, --noarg-noshort --no-short-opt=third,fourth,fifth -n -M --optarg-noshort="second arg for optarg" -M"first arg for optarg" --optarg="second arg for optarg" --longlong=1234567890 --optarg-noshort --file-save="test_multiple.save" --longlong=234567890 -L"1" --limited-interval="1" -L"2" -L"3" --longlong=34567890 --limited-open-right="1","2","3"; then true; else false; fi