Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/ptx/ptx-overrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
print_ver_ ptx

# Ensure this input is processed
# Ensure those inputs are processed
printf '%s' '012345678901234567890123456789🛠' | ptx || fail=1
ptx $(command -v ptx) || fail=1

# Trigger a heap-clobbering bug in ptx from coreutils-6.10 and earlier.
# Using a long file name makes an abort more likely.
Expand Down