File: shell_exit.t

package info (click to toggle)
libshell-command-perl 0.06-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 120 kB
  • sloc: perl: 68; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl -w

use strict;
use Test::More tests => 1;

use Shell::Command;

pass();

exit 0;

fail("This test should never be run if Shell::Command is not interfering ".
     "with exit");