CTABLES: Avoid causing nhtsa.sav to appear modified after running tests.
commit7d9f07bf15a3a7d27bc43eaad6a84546824ca094
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 28 May 2023 16:31:00 +0000 (28 09:31 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 28 May 2023 16:31:00 +0000 (28 09:31 -0700)
tree2a09ef918f10d38639eb5b2861a7249d0f67f846
parentb96e103eb90363e6f47c6b1040627bd36b780bde
CTABLES: Avoid causing nhtsa.sav to appear modified after running tests.

Adding a hard link makes Git think that nhtsa.sav has been modified, before
it checks for real changes, which is sometimes annoying in the interface.
Using a symlink instead avoids the problem.
tests/language/commands/ctables.at