mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-11 16:14:52 +00:00
use /bin/true instead of /usr/bin/true
This commit is contained in:
parent
f0e26bc03c
commit
8c96ffd5f9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ func TestStaticParams(t *testing.T) {
|
|||
}
|
||||
|
||||
// case 2: binary with spaces in its name
|
||||
err = os.Symlink("/usr/bin/true", "/tmp/with space")
|
||||
err = os.Symlink("/bin/true", "/tmp/with space")
|
||||
if err != nil {
|
||||
t.Fatalf("%v", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue