Revert test unit to old regex boundaries

This commit is contained in:
Mitchell Krog 2021-06-21 10:23:08 +02:00
parent 580b451f0b
commit 5adc8ed085
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43
2 changed files with 18647 additions and 0 deletions

File diff suppressed because it is too large Load diff

8
t.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
if [[ ! -z "$(git status --porcelain)" ]]
then
echo "push"
else
echo "do nothing"
fi