We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5901e44 commit 1c4773eCopy full SHA for 1c4773e
tests/ptx/ptx-overrun.sh
@@ -18,8 +18,9 @@
18
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
19
print_ver_ ptx
20
21
-# Ensure this input is processed
+# Ensure these inputs are processed
22
printf '%s' '012345678901234567890123456789🛠' | ptx || fail=1
23
+bad_unicode | ptx || fail=1
24
25
# Trigger a heap-clobbering bug in ptx from coreutils-6.10 and earlier.
26
# Using a long file name makes an abort more likely.
0 commit comments