Skip to content

Commit eca779c

Browse files
committed
Fix e2e
1 parent 24da57a commit eca779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/recipe/misc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require_once __DIR__ . '/hosts.php';
66

77
task('test:misc:sudo-write-user', function (): void {
8-
$cmd = 'sudo bash -s \'echo Current user is: $USER\'';
8+
$cmd = 'sudo bash -c \'echo Current user is: $USER\'';
99
$output = run($cmd);
1010
writeln($output);
1111
})->shallow();

0 commit comments

Comments
 (0)