unquote scripts/testscript.txt
unquote testscript-new.txt
testscript -update scripts
cmp scripts/testscript.txt testscript-new.txt

-- scripts/testscript.txt --
>fprintargs stdout right
>cmp stdout expect
>
>-- expect --
>wrong
-- testscript-new.txt --
>fprintargs stdout right
>cmp stdout expect
>
>-- expect --
>right
