Bug 15900 - syntax errors in server_locale.exp
Summary: syntax errors in server_locale.exp
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
: P2 minor
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 14:56 UTC by Martin Cermak
Modified: 2013-08-27 18:25 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
proposed patch (277 bytes, patch)
2013-08-27 14:56 UTC, Martin Cermak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Cermak 2013-08-27 14:56:25 UTC
Created attachment 7167 [details]
proposed patch

There are some syntax errors in server_locale.exp (9564c81a).
Comment 1 Dave Brolley 2013-08-27 18:15:46 UTC
These are not syntax errors in the test script. They are the expected output of the test which, in this case, is an invalid systemtap script that has missing quotes.

Your changes cause the following failures in server_locale.exp

FAIL: LANG Bad Syntax Test (English)
FAIL: LANG Bad Syntax Test (English, -k)
FAIL: LC_ALL Bad Syntax Test (English)
FAIL: LC_ALL Bad Syntax Test (English, -k)

because the missing quotes are part of the expected output.
Comment 2 Frank Ch. Eigler 2013-08-27 18:25:06 UTC
merged, then tweaked