File: basic1.t

package info (click to toggle)
speedy-cgi-perl 2.22-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,128 kB
  • ctags: 890
  • sloc: ansic: 4,487; sh: 1,105; perl: 945; makefile: 89
file content (7 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7

print "1..1\n";

# Test 1 - just print something
my $str = "hello_world";
my $line = `$ENV{SPEEDY} t/scripts/basic.1 $str`;
print ($line eq $str ? "ok\n" : "not ok\n");