Skip to content

Commit

Permalink
remove unused sed routine
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed Jun 21, 2024
1 parent a07e3d5 commit 39a9a82
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions framework/test/test_verify_bugs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,6 @@ mkdir -p $DIR_FAILING

work_dir="$test_dir/$PID"

function sed_cmd()
{
if [ $(uname -s) = "Darwin" ]; then
sed -i '' "$1" $2
else
sed -i "$1" $2
fi
}

# Clean working directory
rm -rf $work_dir
for bid in $(echo $BUGS); do
Expand Down

0 comments on commit 39a9a82

Please sign in to comment.