commit 248b215ff3021b65c7c2ac9af4339e0dd14fd632
parent b2b452ed8e0e40c282aa63de2dd55e323cf2ac16
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sun, 24 Apr 2016 16:53:32 +0200
12-readme.t: delete both group and user after test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/12-readme.t b/t/12-readme.t
@@ -55,7 +55,7 @@ SKIP: {
sboinstall 'commandinreadme', { input => "y\ny\ny", expected => qr{It looks like this slackbuild requires the following command\(s\) to be run first:.*groupadd -g 200 test.*useradd -u 200 -g 200 -d /tmp test.*Shall I run them prior to building.*}s };
sboremove 'commandinreadme', { input => "y\ny", test => 0 };
- capture_merged { system(qw/ userdel test /); };
+ capture_merged { system(qw/ userdel test /); system(qw/ groupdel test /); };
}
# Cleanup