summaryrefslogtreecommitdiff
path: root/plugins/sudoers/regress/testsudoers/test18.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/regress/testsudoers/test18.sh')
-rwxr-xr-xplugins/sudoers/regress/testsudoers/test18.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sudoers/regress/testsudoers/test18.sh b/plugins/sudoers/regress/testsudoers/test18.sh
index c349aa26d..645b9a5cd 100755
--- a/plugins/sudoers/regress/testsudoers/test18.sh
+++ b/plugins/sudoers/regress/testsudoers/test18.sh
@@ -28,7 +28,7 @@ root ALL = /bin/*at ^/var/log/[^/]+$
EOF
# Command: path, args: args start with escaped ^
-$TESTSUDOERS root /usr/bin/grep ^foo$ <<'EOF'
+$TESTSUDOERS root /usr/bin/grep '^foo$' <<'EOF'
root ALL = /usr/bin/grep \^foo$
EOF