]> git.draconx.ca Git - cdecl99.git/commit
tests: Don't use #n in sed scripts.
authorNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 02:00:15 +0000 (21:00 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 02:00:15 +0000 (21:00 -0500)
commit1526f3aa197173fb9c4653e71178fbeb4c55eeef
tree137c3c5c6936976ad6655c0171307048c79bc11d
parente3a2c5e9b1e130433a201b7ecd1dd78bdbe8ca2e
tests: Don't use #n in sed scripts.

For whatever reason at least some versions of the MinGW/MSYS port of GNU
sed doesn't seem to handle scripts staring with #n.  No big deal, we can
just use the -n option explicitly instead.
tests/general.at