Fix to the fix (sigh) for .xs_id test

This commit is contained in:
Russ Magee 2020-09-13 21:36:48 -07:00
parent 569230a2af
commit 5aca04e1d5
1 changed files with 1 additions and 5 deletions

View File

@ -53,11 +53,6 @@ else
unset tokentest
fi
if [ -f ~/.xs_id.bak ]; then
echo "Restoring test user $USER ~/.xs_id file ..."
mv ~/.xs_id.bak ~/.xs_id
fi
############
stage "Test(S->C)"
############
@ -86,6 +81,7 @@ stage "Test(C->S)"
echo "TODO ..."
if [ -f ~/.xs_id.bak ]; then
echo "Restoring test user $USER ~/.xs_id file ..."
mv ~/.xs_id.bak ~/.xs_id
fi