2 test_description='Handle files with non-ASCII characters in their names'
6 test_expect_success 'Setup' '
7 echo "Fjäderholmarna" > skärgårdsö.txt &&
8 git add skärgårdsö.txt &&
9 git commit -m "Create island" &&
11 echo foo > unrelated.txt &&
12 git add unrelated.txt &&
13 stg new -m "Unrelated file" &&
17 git commit -a -m "Remove island" &&
19 git reset --hard HEAD^ &&
23 test_expect_success 'Rebase onto changed non-ASCII file' '