Skip to content

Commit

Permalink
TESTING: break a locale test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 5, 2024
1 parent e018a41 commit 6bd7f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test018.param
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TITLE='Show GPS data on file'
# Run in C locale to avoid errors when comparing numbers in output
COMMAND='env LC_NUMERIC=C $PROGRAM -s "$STAGINGDIR/withgps.jpg" > "$OUTFILE" 2>&1'
COMMAND='env XXXLC_NUMERIC=C $PROGRAM -s "$STAGINGDIR/withgps.jpg" > "$OUTFILE" 2>&1'
RESULTCODE=0
SEDCOMMAND='s@^.*/@@' # strip path

0 comments on commit 6bd7f7d

Please sign in to comment.