duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
897 stars 79 forks source link

Tests fail with non-English locale (App-ClusterSSH-4.04_01) #49

Closed eserte closed 8 years ago

eserte commented 8 years ago

With a German locale (LC_ALL=de_DE.UTF-8 or de_DE.ISO8859-1):

#   Failed test 'Error on reading an existing file ok'
#   at t/30cluster.t line 89.
#          got: 'Unable to read file /usr/home/eserte/.cpan/build/2015112115/App-ClusterSSH-4.04_01-KtBzuO/t/30cluster.cannot_read: Zugriff verweigert'
#     expected: 'Unable to read file /usr/home/eserte/.cpan/build/2015112115/App-ClusterSSH-4.04_01-KtBzuO/t/30cluster.cannot_read: Permission denied'
# Looks like you failed 1 test of 77.
t/30cluster.t ..... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/77 subtests 
duncs commented 8 years ago

Thanks for the report - this is now fixed and pushed to the repository

Duncs