Skip to content

Commit a4b7c86

Browse files
committed
Fix incorrectly modified identifiers
1 parent 49e30f3 commit a4b7c86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/simple_script_debug.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source `dirname $0`/util.sh
33
skip_if_rr_32_bit_with_shell_64_bit
44

55
just_record $TESTDIR/simple_script.sh
6-
debug_gdb_only simple_script_debug_gdb_only "--onprocess simple_script.sh"
6+
debug_gdb_only simple_script_debug "--onprocess simple_script.sh"

src/test/stack_overflow_debug.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ record stack_overflow$bitness
44
TARGET_PID=$(grep 'child ' record.out | awk '{print $2}')
55

66
echo Targeting recorded pid $TARGET_PID ...
7-
debug_gdb_only stack_overflow_debug_gdb_only "-f $TARGET_PID"
7+
debug_gdb_only stack_overflow_debug "-f $TARGET_PID"

0 commit comments

Comments
 (0)