mirror of https://gogs.blitter.com/RLabs/xs
Fix to the fix (sigh) for .xs_id test
This commit is contained in:
parent
569230a2af
commit
5aca04e1d5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue