#!/bin/bash THIS="$(realpath "$0")" HERE="$(dirname "${THIS}")" SUT="$(dirname "${HERE}")/makeself.sh" testWhiteSpaceLicense() { # for each license file: its canonical path is identical to its content local license_dir="$(mktemp -dt license_dir.XXXXXX)" ( cd "${license_dir}" cat >"$(printf "_\x09_character_tabulation.txt")" <"$(printf "_\x0b_line_tabulation.txt")" <"$(printf "_\x0c_form_feed.txt")"<"$(printf "_\x0d_carriage_return.txt")"<"$(printf "_\x20_space.txt")"<