[otrs-cvs] UnitTest/bin UnitTestAutoSetup.pl,1.262,1.263
"CVS commits notifications of OTRS.org" <[email protected]> Fri, 5 Apr 2013 07:05:42 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/UnitTest/bin
In directory lancelot:/tmp/cvs-serv11650/bin
Modified Files:
UnitTestAutoSetup.pl
Log Message:
My own version of 'damn you autocorrect'...
Author: mb
Index: UnitTestAutoSetup.pl
===================================================================
RCS file: /home/cvs/UnitTest/bin/UnitTestAutoSetup.pl,v
retrieving revision 1.262
retrieving revision 1.263
diff -2 -u -d -r1.262 -r1.263
--- UnitTestAutoSetup.pl 5 Apr 2013 07:01:53 -0000 1.262
+++ UnitTestAutoSetup.pl 5 Apr 2013 07:05:37 -0000 1.263
@@ -1419,5 +1419,5 @@
# build package manager command
my $Command
- = "su - $UnitTestUser -c '$Scenario->{PackageManager}' -a $Action -p '$Package->{URL}'";
+ = "su - $UnitTestUser -c \"$Scenario->{PackageManager} -a $Action -p '$Package->{URL}'\"";
# enable force mode
@@ -1469,5 +1469,5 @@
print STDOUT "NOTICE: uninstall $Package->{URL}\n";
system(
- "su - $UnitTestUser -c '$Scenario->{PackageManager}' -a uninstall -p '$Package->{URL}'"
+ "su - $UnitTestUser -c \"$Scenario->{PackageManager} -a uninstall -p '$Package->{URL}'\""
);
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log