File: versioning.test

package info (click to toggle)
btest 0.72-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,208 kB
  • sloc: python: 2,187; sh: 547; makefile: 165; xml: 12; awk: 1
file content (12 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# This test verifies that btest correctly errors out when the minimum
# version requested in the config file is greater than our current one.
#
# %TEST-EXEC-FAIL: btest -c btest.cfg 2>output.tmp
# %TEST-EXEC: cat output.tmp | sed 's/this is .*Please/this is XXX. Please/' >output
# %TEST-EXEC: btest-diff output

%TEST-START-FILE btest.cfg
[btest]
TmpDir      = .tmp
Minversion  = 99999.99
%TEST-END-FILE