File: 1st.t

package info (click to toggle)
libfilesys-diskspace-perl 0.05-16%2Bnmu2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 14
  • sloc: perl: 157; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
# -*- Mode: Perl -*-

# Pseudo test file. Usefull to avoid a failure when all other test files
# are skipped.

BEGIN { unshift @INC, "lib", "../lib" }
use strict;
use Filesys::DiskSpace;

print "1..1\nok 1\n";