Skip to content

Commit

Permalink
FOUND-649: random validation problems (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed May 19, 2023
1 parent 32fbb23 commit 70260bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/_blackbox_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ source "${0%/*}"/_stack_lib.sh
# Where are we?
: "${BLACKBOX_HOME:="$(cd "${0%/*}" ; pwd)"}" ;

# Make grep and sort work like it did in the 1970s:
# Without this, blackbox fails to match filenames in blackbox-files.txt
export LC_ALL='C'
export LANG='en_US.UTF-8'

# What are the candidates for the blackbox data directory?
#
# The order of candidates matter. The first entry of the array
Expand Down

0 comments on commit 70260bd

Please sign in to comment.