File: test

package info (click to toggle)
ucf 3.0052
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,204 kB
  • sloc: sh: 1,384; perl: 397; makefile: 31
file content (8 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

# Test invalid option handling.

! ${UCF_TEST_BINDIR}ucf --unsupported /dev/null $UCF_TEST_TARGET/conffile 2>&1
! ${UCF_TEST_BINDIR}ucfr --unsupported /dev/null $UCF_TEST_TARGET/conffile 2>&1