blob: 507e8ca85c05497da054b2a86de7254add818355 [file] [log] [blame]
#!/bin/bash -u
#
# There are two versions (good & bad) of inorder_norecurse.c and
# preorder_norecurse.c. This script makes sure the bad versions
# are copied into the .c files that will be built and copied into
# the bad-objects directory, for the bisection test. It is called
# from run-test-nowrapper.sh.
#
pushd full_bisect_test
cp inorder_norecurse.c.bad inorder_norecurse.c
cp preorder_norecurse.c.bad preorder_norecurse.c
popd