From f709cff1f25ce310b9c3aca6e50ed71aed331737 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 30 Nov 2018 17:03:25 -0500 Subject: d/t/basic-operation: Give a count of expected tests. --- debian/tests/basic-operation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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"); -- cgit v1.2.3