minor updates to several tests

This commit is contained in:
Chet Ramey
2024-04-22 09:19:14 -04:00
parent a06616a689
commit 8c8daff1e3
7 changed files with 140 additions and 61 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ do
esac
# save to the history list
history -s "$EQN"
history -s -- "$EQN"
# run it through bc
calc "$EQN"