diff options
| author | 2018-11-30 17:03:25 -0500 | |
|---|---|---|
| committer | 2018-11-30 17:03:25 -0500 | |
| commit | f709cff1f25ce310b9c3aca6e50ed71aed331737 (patch) | |
| tree | 7ee66fd8e23728f3541218d903a57f0683f03cd6 /debian/tests/basic-operation | |
| parent | 9390c649360630728b8b8cd66f2586a0589bc06b (diff) | |
d/t/basic-operation: Give a count of expected tests.
Diffstat (limited to 'debian/tests/basic-operation')
| -rwxr-xr-x | debian/tests/basic-operation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/basic-operation b/debian/tests/basic-operation index 3f4952e..17049ae 100755 --- a/debian/tests/basic-operation +++ b/debian/tests/basic-operation @@ -1,5 +1,5 @@ #!/usr/bin/perl -use Test::Script; +use Test::Script tests => 5; script_compiles('inxi', "script compiles"); script_runs(['inxi', '--full'], "full output"); |
