summaryrefslogtreecommitdiff
path: root/tests/01_engine-charset.test
blob: 59755308fa38e72e744ac33ca93bd3d9c29ab282 (plain)
1
2
3
4
5
#!/bin/bash
#

# minimalistic charset test
test "$(httrack -O /dev/null -#3 "iso-8859-1" "café")" == "café"	|| exit 1